From 1671630b6142912c2813266e6550a0b717e66e76 Mon Sep 17 00:00:00 2001 From: Kaivo Anastetiks Date: Tue, 5 Jul 2016 08:49:01 -0400 Subject: [PATCH] Splits a test on two lines to keep it below 100 chars. --- tests/cargo.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cargo.rs b/tests/cargo.rs index 09cfa168f..267c6199a 100644 --- a/tests/cargo.rs +++ b/tests/cargo.rs @@ -121,7 +121,8 @@ fn find_closest_dont_correct_nonsense() { assert_that(pr, execs().with_status(101) - .with_stderr("[ERROR] no such subcommand: `there-is-no-way-that-there-is-a-command-close-to-this` + .with_stderr("[ERROR] no such subcommand: \ + `there-is-no-way-that-there-is-a-command-close-to-this` ")); } -- 2.30.2